BiometricAvailability

sealed class BiometricAvailability

Wrapper around BiometricManager results to provide friendly messaging for developers

Types

Link copied to clipboard
object AvailableNoRegistrations : BiometricAvailability

Status indicating that biometrics are available, but no registrations have been made yet

Link copied to clipboard
object AvailableRegistered : BiometricAvailability

Status indicating that biometrics are available and there is already a biometric registration on device

Link copied to clipboard
object RegistrationRevoked : BiometricAvailability

Status indicating that the biometric key has been revoked. Usually this means the user has added a new biometric or deleted all existing biometrics.

Link copied to clipboard
data class Unavailable(val reason: BiometricAvailability.Unavailable.Reason) : BiometricAvailability

Status indicating that biometrics are not available on this device for some reason

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard